﻿.etomic-no-select { -webkit-user-select: none; user-select: none; }
#etomic-watermark-canvas { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 999998; }
body.etomic-blurred { filter: blur(12px) !important; transition: filter 0.2s ease; }
#etomic-shield-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.85); z-index: 999999; justify-content: center; align-items: center; color: #fff; font-family: sans-serif; }
.etomic-overlay-card { background: #1e1e24; border: 1px solid #33333e; padding: 30px; border-radius: 12px; max-width: 420px; text-align: center; }
.etomic-overlay-card h3 { color: #ff4757; margin-top: 0; }
.etomic-overlay-card button { background: #2ed573; border: none; color: #fff; padding: 10px 24px; border-radius: 6px; cursor: pointer; font-weight: bold; margin-top: 15px; }
@media print { html, body { display: none !important; } }
